home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 049a / sysch237.zip / SYSCHK.DOC < prev    next >
Text File  |  1993-05-05  |  9KB  |  175 lines

  1.  
  2.                                    SYSCHK
  3.  
  4.                    System Checkout for your personal computer
  5.  
  6.                                  Version 2.37
  7.                              Released May 5, 1993
  8.  
  9.                   Copyright 1993 by Advanced Personal Systems
  10.                              All rights reserved.
  11.  
  12.  
  13.  SYSCHK is a program that provides valuable information about devices installed
  14.  in your system. The following are the items SYSCHK will search for :
  15.  
  16.         - Computer model type including manufacturer if known
  17.         - Micro Processor including the 80486
  18.         - Detection of the older 80386 that had a 32-bit multiply bug
  19.         - Math Coprocessor type
  20.         - Detection of slave 8259 Interrupt controller
  21.         - Presence of a real time clock
  22.         - Presence of a Micro Channel bus
  23.         - System BIOS including source, date and size
  24.         - A listing of all known BIOS extensions in the system, and the
  25.           size of those BIOS
  26.         - Type of keyboard attached (84 key or 101 key) and keyboard status
  27.         - Type of mouse installed, number of buttons, and interrupt used
  28.         - Number of parallel ports in system and the base addresses
  29.         - Number of serial ports in system and the base addresses and
  30.           parameters of the port
  31.         - Type of Serial port UART chip including 16550
  32.         - Various information on a Network connection
  33.         - Hard disk size including tracks, heads, sectors and CMOS type
  34.         - Hard disk controller manufacturer
  35.         - Hard disk partition information
  36.         - Floppy disk size and parameters
  37.         - Video type, chipset, video memory, and BIOS source
  38.         - Amount of environment space used and available
  39.         - Amount of conventional memory total and available
  40.         - Amount of extended memory total and available
  41.         - Amount of expanded memory total and available, version and
  42.           location of page frame
  43.         - Amount of XMS memory
  44.         - Listing of all resident programs and the size of those programs
  45.         - Listing of all non standard device drivers installed
  46.         - Throughput speed of system, taking into account CPU speed and
  47.           wait states
  48.         - Operates under Windows in all modes (SYSCHK.ICO is included
  49.           for your use with Windows).
  50.  
  51. ------------------------------------------------------------------------------
  52. CREATING A CONFIGURATION PRINTOUT
  53. ------------------------------------------------------------------------------
  54.  
  55.    A hardcopy printout or file of your system's information is also available
  56.    as an option.  Standard Output redirection is also available for use in
  57.    batch files by simply adding "/F" as a SysChk parameter.
  58.  
  59.    For example "SYSCHK /f > MyInfo.txt" will create a file called MYINFO.TXT
  60.    or "SYSCHK /f" will display a text file to the console screen.  You may
  61.    print a configuration file from within SYSCHK or enter "SYSCHK /f > lpt1"
  62.    to redirect the file to your LPT1 printer port.
  63.  
  64.    To automatically include the video speed and hard disk speed to your
  65.    configuration file include "/T" to test those devices without any user
  66.    intervention.
  67.  
  68.    If you wish to automatically add any text to the printout, create a file
  69.    called "COMMENTS.TXT" and place it in the same directory as SYSCHK. When you
  70.    printout a configuration sheet SYSCHK will automatically add that text to
  71.    the top of the printout.
  72.  
  73. ------------------------------------------------------------------------------
  74. SCSI PROBLEMS
  75. ------------------------------------------------------------------------------
  76.  
  77.    SCSI host adapter determination can sometimes cause the SCSI bus to hang.
  78.    If you wish to disable the host adapter determination then enter /S as a
  79.    SYSCHK parameter (SYSCHK /S).
  80.  
  81. ------------------------------------------------------------------------------
  82. SUPPORT
  83. ------------------------------------------------------------------------------
  84.  
  85.    Support questions may be submitted through CompuServe ID [70323,136] or
  86.    through Prodigy FCFN67A.
  87.  
  88. ------------------------------------------------------------------------------
  89. REVISION HISTORY
  90. ------------------------------------------------------------------------------
  91.  
  92.    0.99 - Prerelease version to public domain, all items on a single page
  93.    2.00 to 2.23 - Various Beta versions released only to Beta users
  94.    2.24 - Official Shareware version first release
  95.    2.30 - Added environment memory information.
  96.           Combined Floppy and Hard drive information on one page.
  97.           Added module on Networks.
  98.           Added chipset information on VGA video cards.
  99.           Added presence detection of DOS 5 in HMA area.
  100.           Added presence of execution under Microsoft Windows.
  101.           Added detection of serial ports not originally found by BIOS.
  102.           Added option to save information to a file in addition to printer.
  103.           Added disk controller manufacturer information.
  104.           Added a few more model byte descriptions.
  105.           Fixed DOS version lower than 3.0 announcement bug.
  106.           Fixed bug with DISK module running with DR DOS 5.0.
  107.    2.31 - Added detection of OAK Technologies Video chipset
  108.    2.32 - Added detection of CPU clock speed
  109.           Added Network information to printer output
  110.           Added dectection of 8514/A
  111.           Added standard output redirection option to the parameter line.
  112.    2.33 - Fixed missing info of mouse and network in redirected output.
  113.           Added some more information on HMA and XMS.
  114.    2.34 - Fixed incorrect info on HMA area.
  115.           Sped up initialization time.
  116.           Changed speed bar to accomodate faster systems.
  117.           Added detection of Logitech and Mouse Systems mice.
  118.           Added detection of ISA or EISA bus type.
  119.           Added detection of MODEM on serial port.
  120.           Added detection of Sound Board.
  121.           Added detection of (some) SCSI Host Adapters. (Test disabled by
  122.                                                          entering Syschk /S)
  123.    2.35   Removed detection of Trident video boards (caused hangup).
  124.           Added Video Speed option.
  125.           Added detection of some S3 video chipsets.
  126.           Added detection of 80386SX CPU.
  127.           Added information on registration through CompuServe.
  128.    2.35a  Fixed problem with Video Speed reporting incorrect speed.
  129.    2.36   Added more partition names.
  130.           Added DOS revision number.
  131.           Added more information for Tseng 4000 video chipset.
  132.           Added the ability to automatically add comments to the printout.
  133.           Removed detection of disk controller under Windows Enhanced mode
  134.                   to prevent conflict with 32-bit Disk Access.
  135.           Added detection of additional installed hard disks.
  136.    2.37   Added average access speed of all hard disks.
  137.  
  138. ------------------------------------------------------------------------------
  139. REGISTRATION
  140. ------------------------------------------------------------------------------
  141.  
  142.    The registration fee for this shareware product is $20.00. For the
  143.    $20.00 registration fee you will be sent the Advanced Personal System's
  144.    Deluxe Utility Disk with a number of handy utilities including a menu
  145.    system, an easy to use file viewer, a CMOS viewer and editor, and lots
  146.    more. In addition you will also receive a special offer to upgrade to the
  147.    Windows version of SysChk when it is available.
  148.  
  149.    You can now register through CompuServe by entering "GO SWREG" and billing
  150.    your CompuServe account.  The registration ID# is 497.  Or if you like,
  151.    send in your name with a check or money order and your choice of diskette
  152.    size to:
  153.  
  154.                         Advanced Personal Systems
  155.                               105 Serra Way
  156.                                 Suite 418
  157.                            Milpitas, CA. 95035
  158.  
  159.                    (408) 298-3703    FAX (408) 945-0242
  160.  
  161.    Note: California residents please add 8.25% sales tax.
  162.  
  163.  
  164.      Advanced Personal Systems (APS) hereby disclaims all warranties
  165.      relating to this software, whether express or implied, including
  166.      without limitation any implied warranties of merchantability or
  167.      fitness for a particular purpose. APS will not be liable for any
  168.      special, incidental, consequential, indirect or similar damages
  169.      due to loss of data or any other reason, even if APS or an agent
  170.      of APS has been advised of the possibility of such damages.  In
  171.      no event shall APS's liability for any damages ever exceed the
  172.      price paid for the license to use software, regardless of the form
  173.      of the claim.  The person using the software bears all risk as to
  174.      the quality and performance of the software.
  175.